object Form2: TForm2 Left = 181 Top = 275 ActiveControl = Panel1 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'DJM About' ClientHeight = 232 ClientWidth = 431 Color = clBlack Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop KeyPreview = True Position = poScreenCenter Scaled = False OnCreate = FormCreate OnDestroy = FormDestroy OnHide = FormHide OnKeyDown = FormKeyDown OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object GradientBack1: TGradientBack Left = 0 Top = 0 Width = 431 Height = 232 Direction = gdUp end object GradButton1: TGradButton Left = 312 Top = 193 Width = 90 Height = 26 Caption = 'OK' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False OnClick = GradButton1Click GradColor = clWhite FaceColor = clGray ShadowColor = clBtnShadow end object Memo1: TMemo Left = 12 Top = 12 Width = 267 Height = 165 Alignment = taCenter Font.Color = clBlack Font.Height = -13 Font.Name = 'Fixedsys' Font.Style = [] Lines.Strings = ( '' '------------------' '-= DJ Master 98 =-' '------------------' '' '(c) 1993-1998' 'Original Software' 'Written and Coded by' 'Cumerlato Sandro ' '' 'DJ Master is protected' 'by Copyright Law and' 'International Treaties' '' 'No part of DJ Master' 'may be Copied, Altered' 'Modified or Removed' '' 'Unauthorized Reproduction' 'or Distribution of this' 'program, or any portion' 'of it, may result in' 'severe Civil and Criminal' 'Penalties, and will be' 'prosecuted to the maximum' 'extent possible under Law' '' 'All Right Reserved to' 'Cumerlato Sandro ' '' '' '----------------' '-= Disclaimer =-' '----------------' '' 'In no event will the' 'Author be liable for' 'any Incidental or' 'Consequential Damages' 'arising from the Use of,' 'or Inability to use,' 'this program' '' '' '-----------' '-= Rules =-' '-----------' '' 'DJ Master is NOT FREE' 'You Must Pay for Use It' '' 'For More Info Read the' 'How To Register Section' 'into the Help Contents,' 'or send an E-mail to:' '' 'qme@pluto.dic.unipd.it' 'aspide.it/freeweb/qme/' '' '' '-------------' '-= History =-' '-------------' '' 'The Project Started' 'a Long Time Ago :)' '' 'First under DOS...' #39'93..'#39'94..'#39'95..'#39'96..1997' '...Now under Windows' 'and of course 1998' '' 'DJ Master Beta 1.0' '[21 June 1997]' '' 'DJ Master Beta 2.0' '[10 July 1997]' '' 'DJ Master 97 v2.0' '[10 August 1997]' '' 'DJ Master 98 v2.09' '[16 January 1998]' '' 'If You Want the Last' 'Available Version then' 'Visit QME Home Page:' '' 'aspide.it/freeweb/qme/') ParentFont = False ReadOnly = True ScrollBars = ssVertical TabOrder = 0 WordWrap = False end object Panel1: TPanel Left = 292 Top = 12 Width = 125 Height = 165 BevelOuter = bvNone BorderStyle = bsSingle Caption = 'Panel1' TabOrder = 1 object wiaTile1: TwiaTile Left = 0 Top = 0 Width = 121 Height = 161 TranColor = clBlack TileMode = tmNormal end object Image1: TImage Left = 0 Top = 0 Width = 121 Height = 161 Align = alClient Center = True ParentShowHint = False Picture.Data = {} ShowHint = True OnClick = Image1Click end end object Panel2: TPanel Left = 12 Top = 192 Width = 267 Height = 27 BevelInner = bvLowered Caption = 'Panel2' TabOrder = 2 object Panneau: TPanneau Left = 2 Top = 2 Width = 262 Height = 22 ColCount = 87 RowCount = 7 end end object Timer: TTimer Enabled = False Interval = 100 OnTimer = TimerTimer Left = 8 Top = 8 end object DelSysMenuItems1: TDelSysMenuItems SysMenuItems = [smMaximize, smMinimize, smNextWindow, smRestore, smSize] Left = 40 Top = 8 end end